home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
c
/
tegl_c.exe
/
SAMPROGS.ZIP
/
SAMSHELL.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-13
|
313 b
|
20 lines
/* samshell.c */
/* the minimum requirements for a program */
/* using TEGL Windows Toolkit II */
#include <graphics.h>
#include "teglsys.h"
void main()
{
easytegl();
/* insert your code here */
/* then turn control over to the supervisor */
teglsupervisor();
}